{"id":64240,"library":"wicket-datetime","title":"Wicket Date/Time","description":"Provides date and time components and utilities for Apache Wicket web applications.","status":"active","version":"7.18.0","language":"java","source_language":null,"source_url":"http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git","tags":["wicket","date","time","ui","component"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.wicket</groupId>\n  <artifactId>wicket-datetime</artifactId>\n  <version>7.18.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.wicket:wicket-datetime:7.18.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"LocalDateTextField","correct":"org.apache.wicket.extensions.markup.html.form.datetime.LocalDateTextField"}],"quickstart":{"code":"import org.apache.wicket.extensions.markup.html.form.datetime.LocalDateTextField;\nimport org.apache.wicket.markup.html.form.Form;\n\npublic class DateForm extends Form<Void> {\n    public DateForm(String id) {\n        super(id);\n        add(new LocalDateTextField(\"dateField\", \"dd/MM/yyyy\"));\n    }\n}","lang":"java","description":"Minimal Wicket form with a date text field."},"warnings":[],"env_vars":null,"search_vec":"'apach':11 'applic':14 'compon':7,19 'date':4,16 'date/time':2 'provid':3 'time':6,17 'ui':18 'util':9 'web':13 'wicket':1,12,15","created_at":"2026-06-17T16:53:41.992035+00:00","updated_at":"2026-06-17T16:53:41.992035+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://wicket.apache.org","github":null,"docs":"https://appdoc.app/artifact/org.apache.wicket/wicket-datetime/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}