I am using SQLite and want to show the day of the month in a number format. I need to use the current day. I was trying to sysdate and get the day of the month from that, but that is not working. Here is what I was trying: SUBSTR(sysdate,1,2)
Anyone have any ideas?
Thank you very much for your time.