## On This Day...
```dataview
LIST
FROM "DevLog/log"
WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd")
```
---
## Notes Created Today
```dataview
TABLE created, updated as modified, tags, type, status
FROM "DevLog" AND !"DevLog/log"
WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd"))
```
---
[[DevLog/log/2022-06-19|2022-06-19]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2022-09-29|2022-09-29]]
- [[+ 2022-07-05 10 Design Patterns Explained in 10 Minutes]]
- [[design patterns]]