All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gw.util.time.CoreMonthDayEnhancement.gsx Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
package gw.util.time

uses java.time.MonthDay
uses java.time.LocalDate

enhancement CoreMonthDayEnhancement : MonthDay
{
  @BinderSeparators( :accepted = {"-"})
  function postfixBind( year: Integer ) : LocalDate {
    return LocalDate.of( year, this.Month, this.DayOfMonth )
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy