QDateTime not loading correctly
-
I am having quasar cli version 0.17.24 . My QDateTime was working fine earlier . I tried to upgrade Quasar to latest version . But doesn’t upgraded . But my QDatetime is not working now. I don’t know the reason for this problem .
Please check the image attachedCan anyone please help?
-
There is no longer a QDateTime. There are separate components, QDate and QTime. Read the upgrade guide: https://quasar.dev/start/upgrade-guide
If you are looking for similar component, you can look into this app extension: https://github.com/TobyMosque/app-extension-qdatetimepicker -
If I upgrade the v0.17 to the latest , will my old project work automatically on the new version?
-
@Sheejavarghese6 said in QDateTime not loading correctly:
If I upgrade the v0.17 to the latest , will my old project work automatically on the new version?
Not really if there are some breaking change in your code. better follow the upgrade guide https://quasar.dev/start/upgrade-guide.
-
I upgrade the version accrding to the document . But I got an errors.
-
@Sheejavarghese6 Frankly, you need to put in the time and go thru the upgrade guide in very focused detail. It works, we just finished a fairly painless conversion of a large project to V1 and the guide was great. I would recommend creating a new v1 project and migrating your code over piece-wise.