# Lib.string.datetime ## Operators - [**CountDown**](CountDown.md) — Prints a formatted string counting down a duration or time to/since a fixed date. - [**DateTimeToFloat**](DateTimeToFloat.md) — Converts a DateTime into different float values like normalized time of day (between 0 ... 1), day of the year, etc. - [**DateTimeToString**](DateTimeToString.md) — Uses [NowAsDateTime] output to convert it into a string - [**NowAsDateTime**](NowAsDateTime.md) — Returns the current system time. - [**StringToDateTime**](StringToDateTime.md) — Tries to parse the incoming string as a DateTime. - [**TimeToString**](TimeToString.md) — Converts [Time] float output and similar to a string --- *Auto-generated from the operator library.*