## 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-05-14|2022-05-14]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2022-06-19|2022-06-19]] Nearly done with the bulk of my SQL Server financial system! i spent the entire day literally almost the entire day non stop coding out all the automations, tables, joins, constrains, jobs, everything to make this system a well oiled machine for personal finance! a few more odds and ends to do but im excited for it to all be automated and trace-able wil double entry accounting! even going to have it generate a an email with an HTML table in the body with all transaction line items for my partner's monthly invoice for our joint finances. ✨ A U T O M A T I O N ✨