You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/01/20 08:22:42 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #689: Datefield is setting Everydate to today's date

pashminakazi opened a new issue #689: Datefield is setting Everydate to today's date
URL: https://github.com/apache/royale-asjs/issues/689
 
 
   setupColumnDate and setupColumnDate1 are MaskedDateField
   We are setting dates like
   var startDate:Date = DateField.stringToDate(setupColumnDate.text, "DD/MM/YYYY");
   var endDate:Date = DateField.stringToDate(setupColumnDate1.text, "DD/MM/YYYY");
   
   In Flex it is setting correct date to startDate and endDate but in Royale it is setting today's date on startDate and endDate 
   
   In Flex:
   ![image](https://user-images.githubusercontent.com/42200979/72709808-7f43e080-3b87-11ea-8d14-5711456e8928.png)
   ![image](https://user-images.githubusercontent.com/42200979/72709821-836ffe00-3b87-11ea-9a04-d219914b2cf0.png)
   
   In Royale :
   ![image](https://user-images.githubusercontent.com/42200979/72709838-8d91fc80-3b87-11ea-9928-f86b68e0e07d.png)
   ![image](https://user-images.githubusercontent.com/42200979/72709849-9256b080-3b87-11ea-960a-84a528ce5030.png)
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui commented on issue #689: Datefield is setting Everydate to today's date

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #689: Datefield is setting Everydate to today's date
URL: https://github.com/apache/royale-asjs/issues/689#issuecomment-576393577
 
 
   Example seems to be working after commit
   e5a236330ceaa2090f2332661b41603a319d1fb8

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui closed issue #689: Datefield is setting Everydate to today's date

Posted by GitBox <gi...@apache.org>.
aharui closed issue #689: Datefield is setting Everydate to today's date
URL: https://github.com/apache/royale-asjs/issues/689
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui commented on issue #689: Datefield is setting Everydate to today's date

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #689: Datefield is setting Everydate to today's date
URL: https://github.com/apache/royale-asjs/issues/689#issuecomment-576165546
 
 
   DateField.stringToDate needs to be implemented.  Try uncommenting the code and replace the ResourceManager monthNames with a hard coded array for now.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] pashminakazi commented on issue #689: Datefield is setting Everydate to today's date

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #689: Datefield is setting Everydate to today's date
URL: https://github.com/apache/royale-asjs/issues/689#issuecomment-576197762
 
 
   Please make this Example Functional
   https://paste.apache.org/a0wcj

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services