Modify a datetime or time to a new second.
Declaration
UPDATE_SECOND(datetime, new_second) -> datetime
UPDATE_SECOND(time, new_second) -> time
Parameters
- datetime (type: datetime)
- Any datetime.
- new_second (type: number)
- The new second that gets updated in the datetime.
- time (type: time)
- Any time.
Return Values
- datetime (type: datetime)
- The resulting datetime by taking the base and adding the update values.
- time (type: time)
- The resulting time by taking the base and adding the update values.
0
0
Was this article helpful?
0 out of 0 found this helpful
Add comment
Please sign in to leave a comment.