This commit is contained in:
2024-11-17 19:13:36 +03:00
parent 025a04d0ed
commit a4b35c2258
4 changed files with 7 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ public class Visualiser extends Component {
//http://www.seostella.com/ru/article/2012/02/05/formatirovanie-daty-v-java.html
@Override
public void GetVersionInfo() {
version = 1116;
version = 1117;
String pattern = "MMM dd yyyy HH:mm:ss";
DateFormat df = new SimpleDateFormat(pattern, Locale.ENGLISH);
date_text = df.format(getClassBuildTime());