Back to Slint

date

docs/astro/src/content/collections/std-widgets/Date.md

1.16.1203 B
Original Source

Date

Defines a date with day, month, and year.

  • day(int): The day value (range from 1 to 31).
  • month(int): The month value (range from 1 to 12).
  • year(int): The year value.