spacepro
Registered User.
- Local time
- Today, 06:42
- Joined
- Jan 13, 2003
- Messages
- 715
Hi All,
I need to change the format of a date in a unbound textbox. I want to change it from dd/mm/yy to dd.mm.yy, simply changing the / to .
I used a input mask and set the format to dd.mm.yy but still returns the date has dd/mm/yy. Basically I am using the value from a calendar to open a excel file that is named after the date. For example today's file would be 18.01.05.xls.
If this can't be done can I strip the date into 3 unbound textboxes and then concatenate the values using code.
Any suggestions.
Many Thanks
Andy
I need to change the format of a date in a unbound textbox. I want to change it from dd/mm/yy to dd.mm.yy, simply changing the / to .
I used a input mask and set the format to dd.mm.yy but still returns the date has dd/mm/yy. Basically I am using the value from a calendar to open a excel file that is named after the date. For example today's file would be 18.01.05.xls.
If this can't be done can I strip the date into 3 unbound textboxes and then concatenate the values using code.
Any suggestions.
Many Thanks
Andy