Skip to main content
Skip table of contents

DateWithoutTime

Returns the date without the time from the provided date or string argument.

Syntax

CODE
DateWithoutTime(date_time_string)

Arguments

date_time_string

String expression for date or date time

Examples

To return Issue created date without exact time, use following expression DateWithoutTime(now()).

Instead of returning e.g. 2016-10-01 17:43:28 only the date would be returned as 2016-10-01.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.