Date Format

  • Thread starter Thread starter Blair
  • Start date Start date
B

Blair

I am using a medium date format 26-April-05

The 05/yr part I don't need at all, The rest of the date I would like it to
read April-26, is it possible to change the format in this manner
Thanks Blair
 
Blair said:
I am using a medium date format 26-April-05

The 05/yr part I don't need at all, The rest of the date I would like it to
read April-26, is it possible to change the format in this manner


Presumably you want to display this abbreviated date in a
text box. If so, then just set the text box's Format
property to a custom format:
mmmm-d
 
You guys are Great

Thanks Blair

Marshall Barton said:
Presumably you want to display this abbreviated date in a
text box. If so, then just set the text box's Format
property to a custom format:
mmmm-d
 
Back
Top