I have a date in the format of YYYY-MM-DD as a string (including the hyphens)
How do I split this string just to obtain YYYY, MM and DD separately? Possible use of an array or something?
Would really appreciate some help :)
Edit: Nevermind, just discovered the explode() function :P