From 33d0ddc1a3b17f4697b0621e32e194a39a05d322 Mon Sep 17 00:00:00 2001
From: Miller Cy Chan <miller.chan@gmail.com>
Date: Sat, 7 Oct 2023 10:50:54 +0800
Subject: [PATCH] Add files via upload

---
 imgV64/history.xml | 8 ++++----
 imgV64/imgv64.js   | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/imgV64/history.xml b/imgV64/history.xml
index 8b875c3..f0855cf 100644
--- a/imgV64/history.xml
+++ b/imgV64/history.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <imgv64>
-<url>https://github.com/mcychan/nQuant.cs/releases/download/1.85/ImgV64_18.exe</url>
-<url64>https://github.com/mcychan/nQuant.cs/releases/download/1.85/ImgV64_18_x64.exe</url64>
-<current date="2023/7/27" version="1.85" text="1.85">https://github.com/mcychan/nQuant.cs/releases/download/1.83/ImgV64_18.exe</current>
-<previous date="2023/4/8" version="1.84">https://www.softpedia.com/get/Security/Secure-cleaning/ImgV64.shtml</previous>
+<url>https://github.com/mcychan/nQuant.cs/releases/download/1.86/ImgV64_18.exe</url>
+<url64>https://github.com/mcychan/nQuant.cs/releases/download/1.86/ImgV64_18_x64.exe</url64>
+<current date="2023/10/7" version="1.86" text="1.86">https://github.com/mcychan/nQuant.cs/releases/download/1.85/ImgV64_18.exe</current>
+<previous date="2023/7/27" version="1.85">https://www.softpedia.com/get/Security/Secure-cleaning/ImgV64.shtml</previous>
 </imgv64>
\ No newline at end of file
diff --git a/imgV64/imgv64.js b/imgV64/imgv64.js
index f80a69c..33d97e0 100644
--- a/imgV64/imgv64.js
+++ b/imgV64/imgv64.js
@@ -1,13 +1,13 @@
 <!--
 function init()
 {
-	cellsPerRow = 5;	
+	cellsPerRow = 5;
 }
 function formatDate(pDate)
 {
-	var months = ['Dec', 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
 	var dates = pDate.split("/");
-	return months[parseInt(dates[1], 10)] + " " + dates[2] + ", " + dates[0];
+	var date = new Date(dates[0], dates[1], dates[2]);
+	return date.toLocaleDateString('en-US', {month: "short"});
 }
 
 function get_bits_system_architecture()