colorClass = '';
text = 'отсуствует';
if (product->quantity > 0) {
colorClass = 'active';
text = 'В наличии';
} elseif (...){
(...)
}
Date()
или Moment()
и затем издевайтесь над ним как хотите.<input hidden name="reminderDateUnix'">
altField: '[name=reminderDateUnix]',
var url = new URL(location);
url.search.split('&');
var x = document.createElement("INPUT");
x.setAttribute("type", "text");
x.setAttribute("name", "__NAME__")
document.body.appendChild(x);