IanMilly
Registered User.
- Local time
- Today, 21:51
- Joined
- Jun 1, 2004
- Messages
- 46
Hi,
I have got a date created as a string (date)
the output format of my code in VBA is dd/mm/yy ie 01/02/2004
I want to be able to get this into a dd/mmm/yyyy format ie 01-feb-2004
how can i do this?
I know i can extract the month using month(date), how can i have this in a aphabetical format and not numeric?
Sorry if this is v easy
Thanks
Ian
I have got a date created as a string (date)
the output format of my code in VBA is dd/mm/yy ie 01/02/2004
I want to be able to get this into a dd/mmm/yyyy format ie 01-feb-2004
how can i do this?
I know i can extract the month using month(date), how can i have this in a aphabetical format and not numeric?
Sorry if this is v easy
Thanks
Ian