ParseDate for iOS

Anybody have a ParseDate function that will work in iOS?

Thanks

What’s wrong with Xojo.Core.Date.FromText? In what cases doesn’t it work?

@Ulrich Bogun

I’m getting back a Json that has date formatted mm/dd/yyyy. How do I turn that into a date?

[quote=400655:@Richard Albrecht]@Ulrich Bogun

I’m getting back a Json that has date formatted mm/dd/yyyy. How do I turn that into a date?[/quote]
http://developer.xojo.com/xojo-core-date$FromText

“When no locale is specified, the input text can be in either SQLDate (YYYY-MM-DD) or SQLDateTime (YYYY-MM-DD HH:MM:SS) formats.
If you specify a locale, the input text must be formatted to match the locale you specify.”