How to get the month in letters

Hello guys,

Can someone tell me how I can get the month in letters?

thanks!

1 Like

Hello!

Try to pass: date.ToString("dd/MMM/yyyy"). Where “MMM” = the month in letters :slight_smile:

Refer to this: VB.NET DateTime Format - Dot Net Perls

Hope It Helps.

Regards,

3 Likes

Thanks for your help!! it works like you suggested!!

1 Like