icu222much
Technical User
I have a date in a specific format, and I would like to change it to another format. For example, I have the date "15/3/2010" and I would like to convert it to "March 15, 2010".
I have tried using "myDate = Format(Date, "mmmm d, yyyy")", but it seems to only return the current date in specified format as oppose to formatting myDate in the specified format.
I have tried using "myDate = Format(Date, "mmmm d, yyyy")", but it seems to only return the current date in specified format as oppose to formatting myDate in the specified format.