ToLegacyDate

Takes a BoxLang DateTime object and converts it to the legacy java.util.Date object used by ACF and Lucee.

Method Signature

ToLegacyDate(date=[any])

Arguments

Argument
Type
Required
Description
Default

date

any

true

The date/time string to convert.

Examples

Last updated

Was this helpful?