time_to_string


time_to_string(tm)
      

The argument tm must be the time object as returned by now(). Convert tm to an ISO 8601 encoded string and return it.

Examples:


time_to_string(now())
// 2016-07-21T20:55:45
      

Also see:

string_to_time


Core Module Index | Contents