GetMonthNumber function

function GetMonthNumber(Value: string): Integer;

Unit
SynaUtil

Description
Decode string with name of mont to their mont number. if string not match any month name, then is returned 0.

Possible values are:
'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'