I am working on a scheduling application. The form for data input uses a general date format for dates an employee is unavailable for scheduling. I would like to create a report that accumulates employee unavailable hours by year, month, and date. I would like to produce a literal for the month and a number for the day of the month. From an input of 01/09/02 to produce:
Employee Name
2002 (system year is good enough for this)
January 9
etc.
I do not know a simple way to do this and would appreciate any suggestions.
Thanks.
Employee Name
2002 (system year is good enough for this)
January 9
etc.
I do not know a simple way to do this and would appreciate any suggestions.
Thanks.