I have a property called “created” on my notes. The property is of type date. I normally use templater to populate the date
<% tp.date.now(“YYYY-MM-DD”) %>
I noticed that if I use typeof to determine the property type
- If the note was created with template and the date was auto-populated via templater, the data type is string
- If the note is manually created and I use the YAML date picker, the data type is date
I would expect the data type to be the same ?? Which data is correct ??
Hoping I am not doing something very wrong and need to rework my notes