I have this column named PODate, with date formated.
- "2018-09-15"
- "2018-09-16"
- "2018-09-17"
- "2018-10-19"
- "2018-10-20"
I want to get a spesific day or month or even year from a column date formated. But i dont know what function to use for the query.
i want to make a query that get from a chosen month. or from a week based on what day to choose.
The output will be like only if I chose the 9th month then it will return the date where 9th month only, which is.
- "2018-09-15"
- "2018-09-16"
- "2018-09-17"
thankyou