(String date)
| 100 | } |
| 101 | |
| 102 | public void setDayTime(String date){ |
| 103 | this.dateGmt=Time.dateStringToLong(date); |
| 104 | } |
| 105 | |
| 106 | public int getColor() { |
| 107 | if (selected || highlite) return ColorTheme.getColor(ColorTheme.MSG_HIGHLIGHT); |
no test coverage detected