Sets the time format string for date/time variables. @param configTimeFmt the time format string
(String configTimeFmt)
| 131 | * @param configTimeFmt the time format string |
| 132 | */ |
| 133 | public void setConfigTimeFmt(String configTimeFmt) { |
| 134 | setConfigTimeFmt(configTimeFmt, false); |
| 135 | } |
| 136 | |
| 137 | |
| 138 | /** |
no test coverage detected