Date() Function in SQLite
SQLite Date Function To get a date value, the SQLite date function is used. It returns a date value in ‘YYYY-MM-DD’ format. Syntax: date( time_string, [ modifier1, modifier2, … modifier_n ] ) Time_string: TIMESTRING USES now To get the current date. YYYY-MM-DD To specify the date value formatted as ‘YYYY-MM-DD’. YYYY-MM-DD HH:MM To specify the … Read more