You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Milliseconds resolution is not really required. I don't easily think of a use case that would require multiple successive calls to this property. Therefore second resolution is probably fine. If we ever need that much precision, I might be creating a time.milliseconds property or something like that.
Is your feature request related to a problem? Please describe.
There is no properties for referencing current date and time.
Describe the solution you'd like
Create the following live properties :
yyyy-mm-dd
format. For example2023-12-31
)yyyymmdd
format. For example20231231
)time.milliseconds (milliseconds 3 digits number from 000 to 999)00h00m00s.000
format. For example23h59m59.999
)hhmmss
format. For example235959
)time.short2 (time inhhmmssmmm
format. For example235959999
)yyyy-mm-dd 00h00m00s.000
format. For example2023-12-31 23h59m59.999
)yyyymmddhhmmss
format. For example20231231235959
)datetime.format
.)Describe alternatives you've considered
We could generate time properties in DefaultSettings but that would be way too complicated.
Additional context
N/A
The text was updated successfully, but these errors were encountered: