io.rapidpro.expressions.dates.DateStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of expressions Show documentation
Show all versions of expressions Show documentation
Java implementation of RapidPro Expressions
package io.rapidpro.expressions.dates;
import com.google.gson.annotations.SerializedName;
/**
* Date styles
*/
public enum DateStyle {
@SerializedName("day_first") DAY_FIRST,
@SerializedName("month_first") MONTH_FIRST
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy