Package com.atlassian.bamboo.util
Class BambooDateFormatterUtils
- java.lang.Object
-
- com.atlassian.bamboo.util.BambooDateFormatterUtils
-
public class BambooDateFormatterUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
currentDateRfc3339()
static String
formatRfc3339(@Nullable Date date)
Format date in Rfc339
-
-
-
Method Detail
-
formatRfc3339
public static String formatRfc3339(@Nullable @Nullable Date date)
Format date in Rfc339- Parameters:
date
- nullable date- Returns:
null
if date isnull
otherwise date formted in Rfc3339
-
currentDateRfc3339
public static String currentDateRfc3339()
- Returns:
- current date in Rfc3339
-
-