Date type
For example:
sub test()
Yourdate = 01/12/2007 22:00:01
YourHour = Format(Yourdate,"hh:mm:ss")
msgbox Yourdate
End sub
--
Regards,
Halim
"Hassan" wrote:
Hi All,
How I can change the date type from
dd/mm/yyyy hh:mm:ss to [hh]:mm:ss
Thanks & Regards
Hassan
|