public class StringToDate
extends org.nfunk.jep.function.PostfixMathCommand
str2date("2015-10-03T08:00:01.123Z")
str2date("2015-10-03", "yyyy-MM-dd")
str2date("2015-10-03", "yyyy-MM-dd'T'HH", "yyyy-MM-dd'T'HH", ...)
| Constructor and Description |
|---|
StringToDate()
Builds this custom command with a variable number of parameters
|
| Modifier and Type | Method and Description |
|---|---|
void |
run(Stack stack) |
public StringToDate()
public void run(Stack stack) throws org.nfunk.jep.ParseException
run in interface org.nfunk.jep.function.PostfixMathCommandIrun in class org.nfunk.jep.function.PostfixMathCommandorg.nfunk.jep.ParseExceptionComparative.run(java.util.Stack)Copyright © 2020. All rights reserved.