danielfireman / isumm

Simple and nerd way to easily summarize investiments.
GNU Affero General Public License v3.0
1 stars 3 forks source link

Data format is not appear on Firefox #40

Closed marcorosner closed 8 years ago

marcorosner commented 8 years ago

Data format is only available on Chrome browser

danielfireman commented 8 years ago

http://stackoverflow.com/questions/22983013/how-to-get-html-5-input-type-date-working-in-firefox-and-or-ie-10

Look at answer number 6

https://jqueryui.com/datepicker/

marcorosner commented 8 years ago

When the date has submitted this message appears: "Invalid operation date: 21/06/2016". @danielfireman, this format is not accepted by the isumm backend?

danielfireman commented 8 years ago

@marcorosner nope, it is not. The backend does not understands format, it only knows one format. If we chose to format on the FE, we must convert back to the BE format before send.

Please take a look at what I've done in commit f6952961856c70229d410366893aa555da56ee74

danielfireman commented 8 years ago

I believe @brunodias20 fixed this one. Lets remember that firefox is not our target, so breakages on firefox are not going to be prioritized.

marcorosner commented 8 years ago

Its not related to Firefox, is related to portuguese date format.

danielfireman commented 8 years ago

This has also been fixed. Bellow you can see a screenshot from isumm-demo.appspot.com isumm demo appspot com app