TIBCO ActiveMatrix BusinessWorks(TM) Plug-in for MongoDB 6.2.0 supports ISODate method

TIBCO ActiveMatrix BusinessWorks(TM) Plug-in for MongoDB 6.2.0 supports ISODate method

book

Article ID: KB0079834

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for MongoDB 6.2.0

Description

With 6.2.0 release, MongoDB plugin supports ISODate method. If using ISODate for inserting document, it will be stored as date type.
Example: '
{ "Name" : "Mark", "date" : ISODate("2016-12-22T09:38:59Z") }
' — This will store as date type
'
{ "Name" : "Vinay", "date" : "2016-12-22T09:38:59" }
' — This will store as string type

Issue/Introduction

TIBCO ActiveMatrix BusinessWorks(TM) Plug-in for MongoDB 6.2.0 supports ISODate method

Environment

Product: TIBCO ActiveMatrix BusinessWorks Plug-in for MongoDB Version: 6.2.0 OS: All Supported Operating Systems

Attachments

TIBCO ActiveMatrix BusinessWorks(TM) Plug-in for MongoDB 6.2.0 supports ISODate method get_app
TIBCO ActiveMatrix BusinessWorks(TM) Plug-in for MongoDB 6.2.0 supports ISODate method get_app