postgresql date format code example
Example 1: moment format datetime postgresql
moment().format('YYYY-MM-DD HH:mm:ss')
Example 2: datepart postgres
SELECT date_part('day', TIMESTAMP '2001-02-16 20:38:40');
Result: 16
SELECT date_part('hour', INTERVAL '4 hours 3 minutes');
Result: 4