facebook.formatFbDate converts the date-time string returned by Facebook in a valid POSIX format.
formatFbDate(datestring, format = "datetime")The date to convert in the character format used by Facebook.
Set to "datetime" to convert into a POSIX value or "date"
to convert into a Date. Any other values will make the function returns NULL.