Converting long seconds

Scott Rossi scott at tactilemedia.com
Wed Mar 6 21:45:00 EST 2002


Recently, JohnRule at aol.com wrote:

> I cannot seem to find the method for converting the long seconds (as in the
> pendingMessages) to the time/date...is this not possible?

Maybe this does what you want...

function dateAndTime
  put the long seconds into D
  put D into T
  convert D to long date
  convert T to long time
  return D && T
end dateAndTime

Regards,

Scott Rossi
Creative Director

Tactile Media, Multimedia & Design
Email: scott at tactilemedia.com
Web: www.tactilemedia.com




More information about the use-livecode mailing list