Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

jsfl getting times and dates

New Here ,
Nov 09, 2019 Nov 09, 2019

I have looked all through the doccument and I can't find anything that would allow me to access the current date, yet I've seen somebody with a custom command that is somehow able to do this?

TOPICS
Code , How to
521
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Nov 09, 2019 Nov 09, 2019

Also, you can use Date object. If you ommit all parameters passed to the constructor, you'll receive

the current date / time.

 

 

var d = new Date();
fl.trace( d );

 

 

https://www.w3schools.com/js/js_date_methods.asp

 

 

Translate
Community Expert ,
Nov 09, 2019 Nov 09, 2019

you can access the system time/date by creating a file and accessing its getCreationDate (or modify something and access its getModificationDate.)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Nov 09, 2019 Nov 09, 2019
LATEST

Also, you can use Date object. If you ommit all parameters passed to the constructor, you'll receive

the current date / time.

 

 

var d = new Date();
fl.trace( d );

 

 

https://www.w3schools.com/js/js_date_methods.asp

 

 

- Vlad: UX and graphic design, Flash user since 1998
Member of Flanimate Power Tools team - extensions for character animation
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines