Collectiva Contest Programs & Solutions

Extract Month Part
Return the month part of the given date string as integer. The input will be in the format "yyyy-mm-dd". For example, if the input string is "2009-08-15" then return 8, and if the input string is "2007-12-10" then return 12.

No Comments..!