GitHub user Juslwk opened a pull request:

    https://github.com/apache/metamodel/pull/132

    MSSQL datetime format language neutral

    Currently, creating a date time condition filter, the format is hardcoded 
yyyy-MM-dd
    yyyy-MM-dd for US language setting
    yyyy-dd-MM for British settings
    yyyy-MMM-dd or yyyyMMdd for universal settings
    we would need to change the hardcoded part to yyyyMMdd or yyy-MMM-dd so 
that it would work on any language settings.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Juslwk/metamodel master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/metamodel/pull/132.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #132
    
----
commit 4301d461171d2e291f7eefcdae49d10788d5fdb9
Author: Juslwk <[email protected]>
Date:   2016-10-05T07:31:18Z

    MSSQL datetime format language neutral
    
    yyyy-MM-dd for US language setting
    yyyy-dd-MM for British settings
    yyyyMMdd for universal settings

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to