No, I'm too busy working on CB 1.10.0 to work on next releases of incubator projects so I can't say when it'll be done, sorry.Have you an idea when it will be ready ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, edit your endpoint and have it do date( 'd-m-Y', strtotime( DATE_FROM_URL ) ). Then it'll work no matter what format you send the date in.Anymore suggestion ?
Please Log in or Create an account to join the conversation.
Yes, edit your endpoint and have it do date( 'd-m-Y', strtotime( DATE_FROM_URL ) ). Then it'll work no matter what format you send the date in.
Please Log in or Create an account to join the conversation.
You're sending the information via HTTP POST using a Request action as per your original topic. The location you are sending it should reformat the string to whatever it needs. It shouldn't be the other way around. So whatever script you're sending the date to use the formatting as provided in my previous reply to allow it to accept any date format. Best case is your system should be using MYSQL standard date formatting (Y-m-d H:i:s) anyway and it should formatted on output.I'm sorry I don't understand well what you mean..
It will always store to the database like that, because that's MYSQL standard date format. It's the only format that it should ever be stored as in your database. It's reformatted for display.As I said, when we use a CB Date field, the value seem to be always stored in format YYYY-MM-DD and this even if in CB Configuration the settings related to "Date format" is well DD-MM-YYYY.
Please Log in or Create an account to join the conversation.