반응형 IT/SQLite1 SQLite strftime 날짜 함수 strftime()함수는 지정된 형식에 따라 datetime 값 을 형식화하는 데 사용 됩니다 Format Description %d day of the month: 01-31 %f fractional seconds: SS.SSS %H hour: 00-24 %j day of the year: 001-366 %J Julian day number %m month: 01-12 %M minute: 00-59 %s seconds since 1970-01-01 %S seconds: 00-59 %w day of week 0-6 with Sunday==0 %W week of the year: 00-53 %Y year: 0000-9999 %% % 사용예 SELECT strftime('%s','now'); -- 현재 Un.. 2021. 4. 9. 이전 1 다음 반응형