1. jamex
  2. General
  3. Wednesday, November 26 2014, 01:05 AM
Hi. Any idea of how to set a Date field to be always the day of the entry?

Thanks for any idea ;)
admin Accepted Answer
Admin
Sorry but I have not understand your question :(
  1. more than a month ago
  2. General
  3. # 1
jamex Accepted Answer
uhhh. sorry. How to get the Date to have only the actual day we're on it

If its 25 of september. the user can only choose or is set 25 of september
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi,

You can do this in two ways

Solution 1:
Use the date field and set to see on profile only day and month with "Date Format" parameter. The problem is that in edit page you will see the years

Solution 2:
You can create 2 select field for day and month, and third field (HTML delimiter) for displaying the date into one field.
Follow these steps:
- Create select field for day with these option (hidden on profile)
1|1
2|2
...
31|31

- Create select field for months with these option (hidden on profile)
january|January
february|February
...
december|December

- Create "HTML delimiter" field with this in description (hidden on registration and edit profile, and show on profile)
{user alias_of_day_field displayed} {user alias_of_month_field displayed}

this syntax become from our content plugin, docs at https://www.easy-profile.com/docs/26-plugin-content.html
  1. more than a month ago
  2. General
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.