Calendar format doesn't show correctly

Calendar format doesn't show correctly

impex09impex09 Posts: 45Questions: 20Answers: 0

When I want to create a new record with a date or datetime type field, in the browser it is not displayed correctly,
before if I did it well and now not.

has it happened to them?

This question has accepted answers - jump to:

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    My guess would be that you're missing a CSS file, or you're loading the wrong CSS file for the framework that you're using. Are you able to link to your page so we can take a look?

    Colin

  • impex09impex09 Posts: 45Questions: 20Answers: 0
    edited January 2023

    https://actasyacuerdos.com.mx/Modules/new_meeting.php

    user: admin@admin.com
    pwd: Impex22!!

    is a Demo so feel free to take a look

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    Answer ✓

    Your CSS include for DataTables is missing the DateTime library.

    If you update the CSS include to be:

    https://cdn.datatables.net/v/dt/jq-3.3.1/moment-2.18.1/jszip-2.5.0/pdfmake-0.1.36/dt-1.10.18/af-2.3.3/b-1.5.6/b-colvis-1.5.6/b-flash-1.5.6/b-html5-1.5.6/b-print-1.5.6/cr-1.5.0/date-1.1.1/fc-3.2.5/fh-3.1.4/kt-2.5.0/r-2.2.2/rg-1.1.0/rr-1.2.4/sc-2.0.0/sl-1.3.0/datatables.min.css
    

    It should then work.

    Funny that the Javascript include has it on your page, but not the CSS. I'm not sure what would have caused that.

    Allan

  • impex09impex09 Posts: 45Questions: 20Answers: 0

    perfect! now it works!
    thank you

    regards

Sign In or Register to comment.