topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 8:17 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Copy Paste Date Question  (Read 3493 times)

roadrunner449

  • Participant
  • Joined in 2018
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Copy Paste Date Question
« on: April 24, 2018, 09:26 PM »
I would to copy a date, e.g, 03/10/17, and paste it as March 10, 2017.  Can this be done with CHS?  If so, any tips would be appreciated.  Thanks in advance for any help with this.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Copy Paste Date Question
« Reply #1 on: April 24, 2018, 09:32 PM »
Not possible using just CHS.  But you could write an external script (perl, python?) to do the replacement and then configuring CHS to call that script when you wanted.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Copy Paste Date Question
« Reply #2 on: April 24, 2018, 09:41 PM »
This could also easily be done with a standalone AutoHotkey script or an AutoHotkey script that integrates into CHS (as mouser suggested).