We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9842839 + 6f68ad6 commit 102fe2bCopy full SHA for 102fe2b
lib/eSignature/examples/listEnvelopes.js
@@ -32,7 +32,7 @@ const listEnvelope = async (args) => {
32
// a set of envelopeIds. Here we filter using a from_date.
33
// Here we set the from_date to filter envelopes for the last month
34
// Use ISO 8601 date format
35
- let options = { fromDate: moment().subtract(30, 'days').format() };
+ let options = { fromDate: moment().subtract(30, 'days').format('YYYY-MM-DD') };
36
37
// Exceptions will be caught by the calling function
38
//ds-snippet-start:eSign3Step2
0 commit comments