abstract fun makeDateNode(literalDate: String!): Future<Node!>!
Create an Node encapsulating the given string.
literalDate
- String!: A string representing a date in the yyyy-MM-dd format.
Return
Future<Node!>!: An anyvalue encapsulating the given string.
Throw
If the string is not in the yyyy-MM-dd format.