DalgoT4D / webapp

GNU Affero General Public License v3.0
8 stars 35 forks source link

Extract month #1073

Open nairabhishek73 opened 2 months ago

nairabhishek73 commented 2 months ago

"extract month from dd-mm-yyyy" or "extract month from "yyyy-mm-dd"

ashwinit4d commented 1 month ago

As a workaround use date_part() or extract() to get the month from the date or dateandtime fields.