| CARVIEW |
Select Language
HTTP/2 301
date: Fri, 26 Dec 2025 22:24:07 GMT
content-type: text/html; charset=UTF-8
location: https://jqueryui.com/datepicker/
server: cloudflare
x-powered-by: PHP/8.2.29
vary: X-Forwarded-Proto, accept-encoding
reporting-endpoints: csp-endpoint="https://csp-report-api.openjs-foundation.workers.dev/"
content-security-policy: default-src 'self'; script-src 'self' code.jquery.com download.jqueryui.com; style-src 'self' 'unsafe-inline' code.jquery.com download.jqueryui.com; style-src-attr 'unsafe-inline'; img-src 'self' data: code.jquery.com download.jqueryui.com; connect-src 'self' typesense.jquery.com; font-src 'self' data:; object-src 'none'; frame-ancestors 'none'; base-uri 'self'; block-all-mixed-content ; report-to csp-endpoint; report-uri https://csp-report-api.openjs-foundation.workers.dev/; form-action 'self' download.jqueryui.com;
x-redirect-by: WordPress
expires: Sat, 27 Dec 2025 02:24:07 GMT
cache-control: public, max-age=14400
cf-cache-status: EXPIRED
cf-ray: 9b43fc89ebd695be-BLR
HTTP/2 200
date: Fri, 26 Dec 2025 22:24:08 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
cache-control: public, max-age=14400
vary: Accept-Encoding
vary: X-Forwarded-Proto
x-powered-by: PHP/8.2.29
reporting-endpoints: csp-endpoint="https://csp-report-api.openjs-foundation.workers.dev/"
content-security-policy: default-src 'self'; script-src 'self' code.jquery.com download.jqueryui.com; style-src 'self' 'unsafe-inline' code.jquery.com download.jqueryui.com; style-src-attr 'unsafe-inline'; img-src 'self' data: code.jquery.com download.jqueryui.com; connect-src 'self' typesense.jquery.com; font-src 'self' data:; object-src 'none'; frame-ancestors 'none'; base-uri 'self'; block-all-mixed-content ; report-to csp-endpoint; report-uri https://csp-report-api.openjs-foundation.workers.dev/; form-action 'self' download.jqueryui.com;
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
content-encoding: gzip
cf-cache-status: BYPASS
expires: Sat, 27 Dec 2025 02:24:08 GMT
cf-ray: 9b43fc8eddb995be-BLR
Datepicker | jQuery UI
Datepicker
Select a date from a popup or inline calendar
Examples
The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value.
view source
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
|
Want to learn more about the datepicker widget? Check out the API documentation.