Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datetime não esta funcionando (Not working) #321

Open
marckdesigner opened this issue Apr 3, 2019 · 0 comments
Open

datetime não esta funcionando (Not working) #321

marckdesigner opened this issue Apr 3, 2019 · 0 comments

Comments

@marckdesigner
Copy link

Olá Pessoal,

(pt_BR) Criei esse simples código pra ver se funciona:
(es_US) I created this simple code to see if it works:

<div
    style="display: none"
    data-jplist-control="hidden-sort"
    data-group="cursos"
    data-path=".dia-curso"
    data-order="desc"
    data-type="datetime"
    data-datetime-format="{day}/{month}/{year}">
</div>

<div class="row justify-content-center lista-cursos" data-jplist-group="cursos">
    <div class="col-md-6" data-jplist-item>
        <span class="dia-curso">31/10/2019</span>
    </div>
    
    <div class="col-md-6" data-jplist-item>
        <span class="dia-curso">31/10/2000</span>
    </div>
    
    <div class="col-md-6" data-jplist-item>
        <span class="dia-curso">31/10/1985</span>
    </div>
    
    <div class="col-md-6" data-jplist-item>
        <span class="dia-curso">31/10/2015</span>
    </div>
</div>

(pt_BR) Não esta funcionando e não estou conseguindo entender o porque. Podem me ajudar?
(es_US) It is not working and I can not understand why. Can you help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant