Advertisement
ramkesheoran

JobTestStr2datetime

Oct 3rd, 2011
1,200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XPP 0.23 KB | None | 0 0
  1. static void JobTestStr2datetime( Args _args )
  2. {
  3.     utcdatetime utc3;
  4.     str sTemp;
  5.     ;
  6.     utc3 = str2datetime( "1985/02/25 23:04:59" ,321 );
  7.     sTemp = datetime2str( utc3 );
  8.     print( "sTemp == " + sTemp );
  9.     pause;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement