Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
JDateButton is a Java date selection utility for graphically selecting the date. It utilises a Button to display the date, which when pressed will bring up a Calendar dialog to select the date. Table renderer and editor versions are also included. The range of dates selectable by the dialog can be controlled as can the locale and date Format.
Version v1.3.0 has been migrated to Java 8 and the new LocalDate class.
A fully customizable datepicker for your Swing application!
JGGJCalendar is a free and open source Java Swing control. It provides an efficient and simple way to add a fully customizable calendar widget to your Swing applications. You can easily pick up a date and get the Date object, the corresponding formatted string representing the date, the formatting pattern and so on. JGGJCalendar is easy to set up in your code and provides a powerful interface with getter and setter methods. It's "locale sensitive" but you can change the Locale and the formatting rules before and after the initialization. ...
Joda-Time provides a library of classes to replace the Java JDK Date and Time classes including formatting. It is based around the ISO8601 datetime standard, but also provides full support for other calendar systems, such as Gregorian and Buddhist.
Project moved to GitHub: https://github.com/JodaOrg/joda-time
Pentaho Data Integration plugin to supply to resolve date dimension
Pentaho Data Integration plugin to supply a function to resolve, and insert if it doesn't exist, the date dimension. It calculates all calendar data and you must supply the table info used to save the information.
A full-featured, lean set of date/ time classes to replace java.util's Date and Calendar. All objects are immutable/threadsafe, and allow formatting and various kinds of date math and range operations. Note that only GregorianCalendar is supported.
...By Extending GregorianCalendar PersianCalendar supports:
Converting Gregorian to Persian Calendar system and vice versa.
Adding Years, Months, Days, Hours, Minutes etc to the current date
Parsing string and produce PersianCalendar?!
future release!
Swing base DateTime? picker component
GWT DatePicker? component
see how to use: http://code.google.com/p/persian-calendar/wiki/ExampleUsage
or read : https://sourceforge.net/p/persian/wiki/
A pure java calendar utility, with a date field and navigable calendar.
Actual version: 0.9 (November 23th)
Now, allow selection rules (like: only before a date, or only weekday), auto language use (by OS configuration) - or custom if you prefer...
I hope this help you.. Download, use, study and post a review..
What's next?
: More documentation, FAQ
A graphical calendar using swing components . It can be created with current or custom selected date, depending on locale and time zone. As others swing components, it use a renderer that can be modified to change the way it is displayed.
JCalendarButton is a simple java swing component that displays a popup calendar when a user clicks the calendar icon next to a date. It works automatically for any country's calendar. Also includes a time popup. Maven and OSGi ready.
Temporal Expression Language designed for efficient time and date modification. The language is a list of expression patterns to set and shift calendar time. Java implementation is provided as a reference engine implementation.
The project Jaulp is jet another utility library project written in Java. It contains utility classes for Date ,Calendar, Collections, Resources, Files, IO for Random data, and many more. This is the last version for this project.
JavaCalendar is a Open Source Calendar Component written in java. The purpose of the project is to provide a calendar component which can be used in java based projects for Selecting/Displaying Date and Time in user friendly way.
SimpleDate is a open source library to handle Calendar selection for Swing Application
and very easy to use.
SimpleDate is a utility like 'Date and Time Picker' in Microsoft Access.
SimpleDate requires Java 1.5.
Java calendar widget for html. Displays an advanced calendar for the user to pick a date, and allows for that date to be sent back to the server via submitted form.
DatePicker and DateEdit are Swing components that let you easily add calendar functionality to any Java application. Both components extend JPanel and can be incorporated into dialogs, frames and other Swing components that support JPanel components.
Gregorian calendardate recurrance as described by RRULE in rfc2445. This is an open source java implementation of that rule. When the rule is used, you can ask for all matching dates or given a date find the next/previous occurance.