## 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/2021-08-19|2021-08-19]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-08-30|2021-08-30]]
- [[Python]] [[pandas]] [25 Pandas Functions You Didn’t Know Existed P Guarantee = 0.8][1]
- [[Python]] [[borb]] [Creating PDF Invoices in Python with borb][2]
[1]: https://towardsdatascience.com/25-pandas-functions-you-didnt-know-existed-p-guarantee-0-8-1a05dcaad5d0
[2]: https://stackabuse.com/creating-pdf-invoices-in-python-with-borb/