ThrottleWorks
Excel Ninja
Hi,
I have a macro, which takes a date value from user through Input Box.
I need to convert date into following string.
For example if the date is 08/26/2015 I need to convert it as 26th Aug 2015.
If the date is 09/01/2015 I need to convert it is 1st Sep 2015.
I do not understand how do I get "th" or "st" part.
Can anyone please help me in this.
I have a macro, which takes a date value from user through Input Box.
I need to convert date into following string.
For example if the date is 08/26/2015 I need to convert it as 26th Aug 2015.
If the date is 09/01/2015 I need to convert it is 1st Sep 2015.
I do not understand how do I get "th" or "st" part.
Can anyone please help me in this.