DateTimeToLocal Functoid
Description: The DateTimeToLocal Functoid will convert the input date to the local timezone time based on the DST timezone.
Inputs with their allowed values:
- InputDate
- Any date and time value in almost any possible format
- InputFormat
- Use y for the year part of the date
- Use M for the month part of the date
- Use d for the day part of the date
- Use H for the hour part of the time
- Use m for the minutes part of the time
- Use s for the seconds part of the time
- Use f for the fraction of seconds
- Use hh and tt for 12 hour and am or pm notation (capitals are not supported)
- OutputFormat
- Use y for the year part of the date
- Use M for the month part of the date
- Use d for the day part of the date
- Use H for the hour part of the time
- Use m for the minutes part of the time
- Use s for the seconds part of the time
- Use f for the fraction of seconds
- Use hh and tt for 12 hour and am or pm notation (capitals are not supported)
Remark: None.
_DateTimeToLocal_00.png)
Picture of the DateTimeToLocal Functoid
Example: Example 1:
- InputDate
- InputFormat
- OutputFormat
- Output
See Figure 1.
_DateTimeToLocal_01.png)
Figure 1