Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

monster.util.dateToGregorian()#

Syntax#

monster.util.dateToGregorian(date);

Parameters#

Key Description Type Default Required
date JavaScript Date object that will be converted to a Gregorian timestamp. Date true

Return value#

A String representation of a Gregorian timestamp.

Description#

The monster.util.dateToGregorian() method converts a JavaScript Date to a Gregorian timestamp.