Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 400 Bytes

File metadata and controls

25 lines (14 loc) · 400 Bytes

getDateTime()

Return current system date and time that is kept by the RTC unit

Parameters

none

Return value

  • table current date and time, table elements:
  • year (number) year
  • mon (number) month
  • day (number) day of month
  • hour (number) hours
  • hour12 (number) hours in US format
  • min (number) minutes
  • sec (number) seconds
  • suffix (text) am or pm