Date and Time

Date and time component for Universal Dashboard.

The New-UDDateTime component is used for formatting dates and times within the client's browser. By using the client's browser, you can format the time based on the local time zone and locale settings for the user.

The date and time component uses DayJS. For a full list of custom formatting options, visit the DayJS documentation.

Basic Formatting

By default, the date and time will be formatted using the LLL localized formatting template.

New-UDDateTime -InputObject (Get-Date)

Resulting output: August 16, 2018 8:02 PM

Custom Formatting

You can specify custom formatting strings using the DayJS formatting template.

New-UDDateTime -InputObject (Get-Date) -Format 'DD/MM/YYYY'

Resulting output: 25/01/2019

API

New-UDDateTime

Last updated

Copyright 2022 Ironman Software