C#C
C#3y ago
11 replies
Japemaster Brad

❔ Using C# and SQLite, I'm inputting a formatted date, and it's writing tot the database as a sum

A strange one, to be sure. I'm inputting something like '2022-01-13', and it's writing '2008'. Would anyone have any ideas?

I'm writing a string with the date. Input date is loaded into a DateOnly and I'm encapsulated the properties of that DateTime with the specific information and hyphen formatting.
Was this page helpful?