Hi,
Does anyone know how to reterieve the AM or PM part of a time when you get the current PC time. I know the following gets the day,month,year,hour,minute and second but how can I also reterieve the AM or PM part also. Any help is appreciated
MyDateTime = Now 'get the current system date/time
day(MyDateTime)
month(MyDateTime)
year(MyDateTime)
hour(MyDateTime)
minute(MyDateTime)
second(MyDateTime)
Thanks
Does anyone know how to reterieve the AM or PM part of a time when you get the current PC time. I know the following gets the day,month,year,hour,minute and second but how can I also reterieve the AM or PM part also. Any help is appreciated
MyDateTime = Now 'get the current system date/time
day(MyDateTime)
month(MyDateTime)
year(MyDateTime)
hour(MyDateTime)
minute(MyDateTime)
second(MyDateTime)
Thanks