CfNode.makeDate

CfNode makeDate(string value, Location loc = Location.init) @safe pure

Creates a date node.

Parameters

valueThe date string (YYYY-MM-DD)
locSource location

Returns

A CfNode with type DATE.