- From: Fuqiao Xue via GitHub <sysbot+gh@w3.org>
- Date: Fri, 12 Nov 2021 08:32:43 +0000
- To: public-i18n-archive@w3.org
About input of dates, we can mention [input type="datetime-local"](https://html.spec.whatwg.org/multipage/input.html#local-date-and-time-state-(type=datetime-local)) in HTML. For functions in JavaScript, we can at least mention these functions in the document: * [Date.prototype.toLocaleString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString) * [Date.prototype.toLocaleDateString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString) * [Date.prototype.toLocaleTimeString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString) -- GitHub Notification of comment by xfq Please view or discuss this issue at https://github.com/w3c/i18n-drafts/issues/7#issuecomment-966918031 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 12 November 2021 08:32:45 UTC