## 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-01-02|2022-01-02]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2022-01-10|2022-01-10]]
## Inputs
- [[+ 2021-11-18 Python F Strings Can Do More than You Thought]]
- [[the-power-of-the-plugin-architecture-in-python]]
- [[( 5 Python Use Cases That Only a Few Programmers Know]]
- for fixed width files:
- ![[Pasted_image_20211229095411.png]]
## Notes