Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 283 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 283 Bytes

UUID v1 to Javascript Date

API:

  • get_date_obj(UUID)
  • get_time_int(UUID)

Example:

var date_obj = UUID_to_Date.get_date_obj( '8bf1aeb8-6b5b-11e4-95c0-001dba68c1f2' );
    date_obj.toLocaleString( );        // '11/13/2014, 9:06:06 PM'