GrcJS

Developer
Size
2,047 Kb
Views
56,672

How do I make an grcjs?

Js. What is a grcjs? How do you make a grcjs? This script and codes were developed by Chris Wu on 03 July 2022, Sunday.

GrcJS Previews

GrcJS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>grcJS</title> <link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='http://github.com/uikit/uikit.git'>
</head>
<body> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

GrcJS - Script Codes JS Codes

Date.prototype.format = function(format) { var o = { "M+": this.getMonth() + 1, //Month "d+": this.getDate(), //day "h+": this.getHours(), "m+": this.getMinutes(), "s+": this.getSeconds(), "q+": Math.floor((this.getMonth() + 3) / 3), "S": thisMilliseconds() }; if (/(y+)/.test(format) || /(Y+)/.test(format)) { format = format.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length)); for (var k in o) { if (new RegExp("(" + k + ")").test(format)) { format = format.replace(RegExp.$1, RegExp.$1.length == 1 ? o[k] : ("00" + o[k]).substr(("" + o[k]).length)) } } }
}
/**
* 将时间戳转成时间字符串
* @param timestamp
* @returns 时间字符串
**/
function timestampformat(timestamp){ if(timestamp == null || timestamp == 0){ timestamp = 0; return ""; }else{ return (new Date(timestamp)).format("yyyy-MM-dd"); }
}
/**
* uikit framework message success api
**/
function successAlert(message){ UIkitNotify(message,'success');
}
/**
* uikit framework message danger api
**/
function successAlert(message){ UIkitNotify(message,'danger');
}
/**
* uikit framework message api
**/
function successAlert(message){ UIkitNotify(message,'info');
}
function UIkitNotify(message,status){ UIkit.notify({ message : '<center><b>' + message +'</b></center>', status : status, timeout : 1000, pos : 'top-center' });
}
GrcJS - Script Codes
GrcJS - Script Codes
Home Page Home
Developer Chris Wu
Username vino6
Uploaded July 03, 2022
Rating 3
Size 2,047 Kb
Views 56,672
Do you need developer help for GrcJS?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Chris Wu (vino6) Script Codes
Name
A Pen by Chris Wu
GoogleSource
Control DOM
Lesson 3
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!