Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mcychan authored Oct 7, 2023
1 parent 6ceb802 commit 33d0ddc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions imgV64/history.xml
Original file line number Diff line number Diff line change
@@ -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>
6 changes: 3 additions & 3 deletions imgV64/imgv64.js
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 33d0ddc

Please sign in to comment.