Hey, i’m using a Variable Device to get the current date:
{
"variables": [
{
"name": "Heute",
"expression": "\"{date(\"DD.MM.YYYY\")} \"",
"type": "string"
}
],
"xAttributeOptions": [],
"id": "datum",
"name": "Datum",
"class": "VariablesDevice"
}
What are the possible options for formatting date? I’d like to get the name of the day (Mon / Montag / Monday, would be ok…). I tried “E” and “EE”, but that didn’t work…
Any solution for this?
Thanks a lot
Greetings