콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
3518 화면

How to subtract two dates in an Automated Action ?

아바타
취소
작성자 베스트 답변

Here is an automated action that calculated the number of days between twos dates. As the datetime module is available everywhere, it's possible to use it in the automated action. Here is the python expression you can copy/past that return an integer.

(record.x_studio_end_date - record.x_studio_start_date).days 

Result: 

The 'Number of days' is calculated automatically with the Automated Action




The automated action : 



아바타
취소

We have been looking for that, thank you very much

관련 게시물 답글 화면 활동
1
2월 23
3015
1
2월 24
3140
1
10월 24
1664
2
10월 24
2877
2
10월 24
2988