Advertisement
ramkesheoran

TimeExample

Oct 4th, 2011
3,179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XPP 0.20 KB | None | 0 0
  1. static void TimeExample(Args _args)
  2. {
  3.     timeOfDay theTime = timeNow();
  4.     ;
  5.     info( time2Str(theTime, TimeSeparator::Colon, TimeFormat::AMPM) );
  6. }
  7.  
  8. /**
  9. Message (04:33:56 pm)
  10. 04:33:56 pm
  11. **/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement