local Item = { Type = "DashboardItemDate", Identifier = "Date", GuiName = "Date" } asset.onInitialize(function() openspace.dashboard.addDashboardItem(Item) end) asset.onDeinitialize(function() openspace.dashboard.removeDashboardItem(Item) end) asset.export(Item) asset.meta = { Name = "Dashboard - Date", Version = "1.0", Description = "This asset provides a Date dashboard item", Author = "OpenSpace Team", URL = "http://openspaceproject.com", License = "MIT license" }