Date parsing problem: unable to adapt string to date due to parse exception

I’m using Standalone version, Server Code.

Wrote an API method that should add Customer entity into Data.
Customer has field “birthday” with type java.util.Date.

API is used via REST requests.
When I’m passing Customer with Date as a String in one of formats that mentioned here:
https://backendless.com/documentation/data/rest/data_search_with_dates.htm
I’m getting exception:

"message": "Type:\"weborb.exceptions.AdaptingException\", Description:\"unable to adapt parameter to a method argument type. unable to adapt string to date due to parse exception - Unparseable date: \"01/01/1995\"

It only works for me when passing long value either in millis(1471533660000) or next format: 8/18/16 3:21 PM.
So my question is:

Can server code API parse all formats of data mentioned here or two ways mentioned above is the only way?

Hi, Oleg.

We don’t provide support for standalone version here.
If you reproduce this issue on our cloud version and give us your code - it will be easier to deal with this problem.
p.s. All the date versions, described in documentation, should be supported.