Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Yancee
Yancee
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Yancee
Customize the badges you want to showcase on your profile
Re: How to get the day of the month from date field - Adobe LiveCycle 15-12-2016
Thank you so much, that worked perfectly!

Views

498

Likes

0

Replies

0
How to get the day of the month from date field - Adobe LiveCycle 14-12-2016
Hello - I have a date/time field (DateEffective) that the user will fill out, and I need to determine if the day of the month is before the 15th or from the 15th on. For now, I created another calculated field (Cutoff) to try to get the date value using the getDate method, but it doesn't seem to work. What am I doing wrong?if (DateEffective.rawValue == null || DateEffective.rawValue.length == 0){Cutoff.rawValue = "waiting";}else {Cutoff.rawValue = DateEffective.getDate();}

Views

735

Like

1

Replies

2
Likes given to
Likes from