|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.core.util.DateUtils
public class DateUtils
This CFC is a utility that helps you deal with date representations for specific date-time formats
Method Summary | ||||||||
---|---|---|---|---|---|---|---|---|
string |
parseISO8601(string datetime)
Parse a UTC or iso8601 date to a normal CF datetime object: http://en.wikipedia.org/wiki/ISO_8601, usually follows the YYYY-MM-DDThh:mm:ss format
parseRFC822public string parseRFC822(string datetime)
|