Hi coders,
This seems like a simple task, I just thought rather than reading to learn Its easier to learn by example.
I have a Date Field in the Database which returns me a date in this format
DD-MM-YYYY
Now from that I want to get just the MM-YYYY and remove the DD.
I think I could do this with ereg or ereg_replace.
The only thing is I hate this ereg command since everytime I look at an example, it makes my eyes go blurry.
Thanks to anyone who can help
-regards-
UniMatrix