DateTime standalone doc missing?

DateTime standalone doc missing?

riixriix Posts: 13Questions: 7Answers: 0

standalone page mentions "api reference here" (link) but that just goes to general API page,same with left hand treeview menu. Where is API infomraiton for standaloen datetime?

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    I noticed that myself last week and raise a ticket internally for it (DD-1952 for my reference). There are eight methods supported:

    'DateTime.use().xml' 'errorMsg().xml' 'max().xml' 'owns().xml'
    'destroy().xml' 'hide().xml' 'min().xml' 'val().xml'

    I'll see if we can get the website updated soon to get these pages listed.

    Colin

  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin

    It's a redirect error - sorry about that - I'm looking into it at the moment. However, as a workaround make sure there is a tailing slash on the link - e.g.:

    https://datatables.net/extensions/datetime/option/

    Allan

  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin

    That's it fixed now :).

    Allan

  • riixriix Posts: 13Questions: 7Answers: 0

    hi Allan,nice to hear from you, its been many years and datatables is still the ultimate client side application component.
    With regard to api however, the left-hand link is wrong - it is pointing to: "... reference/api/#datetime" when it should instead be " ...extensions/datetime/api/"

This discussion has been closed.