Browse By Tags

  • What is the correct way to parse DateTime on a server side onAfterGet event?

    Hi everyone. I'm currently trying to evaluate the current date and a date property however, when I try do parse the string provided by getProperty, it gives me the error: String was not recognized as a valid DateTime. I can confirm the property…
  • Date issue, user date selected different from date in DB

    Why the date selected by user in aras form is different from the date in database?
  • Report Date Format

    Good day all. I am trying to set up a custom report that will return the item_number, name, & revision_date for documents. The information is eing output, but the revision_date includes the time. How do I set it so it will only include the date? Thanks…
  • Date field not get disabled

    Hi, I am trying to disable date field when item is locked, I did something like this: Method is hooked on form event "OnFormpopulated" var isItemLocked = thisItem.isLocked(); var transfer_date = getFieldByName("transfer_date"); if(isItemLocked…
  • Change Date Format in Calendar Control Date field

    I have a date field in my custom form that is not bound to any item type. The Calendar Control Time selection is disabled by default as the default format is Short date. How do i change this to long date so the time selection is enabled?
  • Date - Display - Working days

    Hi everyone... When i use the project management the date is displayed as  like " Month/Date/Year ". Is there any solution to like this " Date/Month/Year".? when assigning activities with date to any Identities Aras Scheduler takes " Saturday and…