Copy link to clipboard
Copied
I
I already have a java script, I want to add expiry date in it, how to do it. Please give me the code. and how to do it
1 Correct answer
var today = new Date(); alert(today);How to add this code??
By MJ ST
You would research how to work with dates with JavaScript, among a few other things.
Here is a working demo for you. It is not guaranteed to be fit for purpose or covered by warranty. Use at your own risk!
/*
Today's date: 2024-10-18
Expires tomorrow: 2024-10-19
*/
// Get today's date
var today = new Date();
var year = today.getFullYear().toString();
// Extract the month... Months are zero indexed, so add one!
var
...
Explore related tutorials & articles
Copy link to clipboard
Copied
Post your question in the Photoshop forum, then.
Copy link to clipboard
Copied
They did! :]
Edit: since a moderator has merged the multiple posts, I have removed my link to the separate post which is now no longer separate!
Copy link to clipboard
Copied
ok...I posted this in the Photoshop forums. my new post please reply
Copy link to clipboard
Copied
[MOVED TO THE PHOTOSHOP DISCUSSIONS]
Acrobate du PDF, InDesigner et Photoshopographe
Copy link to clipboard
Copied
Sorry, I posted again and again. But please tell me the solution to this matter.
Copy link to clipboard
Copied
Sorry, I posted again and again. But please tell me the solution to this matter.
By MJ ST
You were given it days ago, I'll mark it as the correct reply again.
Copy link to clipboard
Copied
Is there a way to set an expiration date on a JSX. file?
So that it cannot be opened after a certain time?
I already have a jsx photoshop using script, I want to add expiry date in it, how to do it. Please give me the code. and how to do it
Copy link to clipboard
Copied
Posting multiple times isn't helping:
<merged links removed>
Copy link to clipboard
Copied
This is not Java and has nothing to do with writing an Android app.
Copy link to clipboard
Copied
Cross posted here:
<merged link removed>
Copy link to clipboard
Copied
ok...I posted this in the Photoshop forums. my new post please reply
Copy link to clipboard
Copied
Sorry, I posted again and again. But please tell me the solution to this matter.


-
- 1
- 2