Hello
I have to sort our data between two dates ex 01/01/2016 to 31/01/2016 to get the list of transactions.
Shall I convert it into JAN-16 format so that I can sort it by where period_name like 'JAN-16'?
if so how to I convert a date format from 01/01/2016 to JAN-16??
thank you