dd/mm/yy?
public int GetInt(DateOnly date) { var dateString = date.ToString("ddMMyy"); return Convert.ToInt32(dateString); }
csharp, не c# =)
Зачем тебе int?
sqlite формат даты и времени в int берется
там тип datetime нет, вместо этого integer хочу брать
Date and time values can be stored as text in a subset of the ISO-8601 format, numbers representing the Julian day, or numbers representing the number of seconds since (or before) 1970-01-01 00:00:00 UTC (the unix timestamp).
Обсуждают сегодня