Skip to content

Add system functions to return variations of current date and time #5

@blapaz

Description

@blapaz
now = DateTime()
utc = DateTimeUTC()
date = Date()
time = Time()

# Specified format
now2 = DateTime("mm-dd-yyyy hh:mm")
date2 = Date("mm-dd-yyyy")
time2 = Time("hh:mm")

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions