Function: useNowDateTime()
useNowDateTime():
string
Defined in: src/core/services/dates.service.ts:116
Returns the current date and time as an ISO string (no timezone offset).
Returns
string
The current date-time in YYYY-MM-DDTHH:MM:SS format.
Example
useNowDateTime(); // "2024-06-15T14:30:00"