box.system.core.util.concurrent.Callable interface">
|
ColdBox Platform - MockBox Version 1.3 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
mockbox.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)
| |||||||