# extractInputDateGdsTheme
State Resource
This is a State Resource as provided by the tymly-cardscript-plugin plugin.
# Purpose
Extracts Input.Date value for GDS theme
# Usage
# Example
{
"ExtractInputDateGdsTheme": {
"Type": "Task",
"InputPath": "$.date",
"Resource": "module:extractInputDateGdsTheme",
"ResultPath": "$",
"End": true
}
}