Search Results

0
votes

How would I store a date that can be partial (i.e. just the year, maybe the month too) and output it later with the same specifity?

I'd probably store the datetime and an additional "precision" column to determine how to output it. For output, the precision column can map to a column that contains the corresponding formatting …