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

io.rapidpro.expressions.dates.DateStyle Maven / Gradle / Ivy

There is a newer version: 1.7
Show newest version
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