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)
Picture of the DateTimeToLocal Functoid
- InputDate
- 05-02-2016 12:16:45
- InputFormat
- dd-MM-yyyy HH:mm:ss
- OutputFormat
- dd-MM-yyyy HH:mm:ss
- Output
- 05-02-2016 06:16:45
Figure 1
Comments
0 comments
Article is closed for comments.